home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / tm411up.zip / UPGRADE.DOC < prev    next >
Text File  |  1993-06-17  |  3KB  |  79 lines

  1.  
  2. Upgrading from v3.xx and v4.00 to v4.11
  3. ───────────────────────────────────────────────────────────────────────────
  4.  
  5.     Upgrading from v3.xx and 4.00 is sample, you can replace the following
  6.     files with the new ones
  7.  
  8.         TM.EXE          the main program
  9.         TM.OVL          the main program (overlay)
  10.         TM.RES          the resource file
  11.         TM.HLP          the help file
  12.         TMINST.EXE      the installation program
  13.         HOST.SCR        the host script (inside HOST.EXE)
  14.         HCONFIG.SCR     the host configuration script (inside HOST.EXE)
  15.  
  16.     Then run "UPGRADE TM.CFG" to upgrade your configuration file to the
  17.     new format.
  18.  
  19.     The old script files (both *.SCR and *.TMS) are compatible with the
  20.     new ones. However, a v4.11 script may not run correctly in an older
  21.     version if the script contains the new "QUERY QUOTESTRING, ..." and
  22.     "SET QUOTESTRING, ..." commands.
  23.  
  24.     If you want to use the GIFLink X/Y/Zmodem/QuickB protocol driver,
  25.     you should also copy
  26.  
  27.         GIFLINK.EXE     the main GIFLink program
  28.         GIFLINK.DOC     the document
  29.         GKZ-U.BAT       the upload batch file for GIFLink's Zmodem
  30.         GKZ-D.BAT       the download batch file for GIFLink's Zmodem
  31.         GK-QB.BAT       the upload and download batch file for QuickB
  32.         TM.CFG          the new TM.CFG with GIFLink defined
  33.  
  34.  
  35.  
  36. Upgrading from v2.xx to v4.11
  37. ───────────────────────────────────────────────────────────────────────────
  38.  
  39.     This upgrade procesure assumes that you have Telemate already installed
  40.     in the directory \TM,
  41.  
  42.     1. Before you do anything, MAKE A BACKUP of the \TM directory. You WILL
  43.        NEED some files from it later.
  44.     2. Copy all files (or extract them from the .ZIP) to \TM. You can
  45.        overwrite all the files.
  46.     3. Copy the TM.CFG from your backup to \TM and at the DOS prompt run
  47.        "UPGRADE TM.CFG".
  48.     4. Copy the TM.FON and TM.MEM from your backup to \TM.
  49.     5. Delete all *.TMS files.
  50.     6. Run TMINST.EXE to check if all the options are setup correctly.
  51.     7. If you are using the HOST script, you can run HOST.EXE to extract
  52.        the host script, copy the HUSER.HST from the backup to \TM and
  53.        then run the script HCONFIG.SCR to setup the host mode.
  54.  
  55.     If you want to install v4.11 in a different directory, say C:\TM4,
  56.  
  57.     1. Copy all the files (or extract them from .ZIP) to C:\TM4.
  58.     2. Copy the TM.CFG from \TM to C:\TM4 and at the DOS prompt run
  59.        "UPGRADE TM.CFG".
  60.     3. Edit TM.CFG and changes the lines to
  61.            DirTelemate="C:\TM4\"
  62.            DirScript="C:\TM4\"
  63.        * It is VERY IMPORTANT that you have the directory set up correctly.
  64.          Otherwise, Telemate will not run.
  65.     4. Edit your AUTOEXEC.BAT and change (or add) the line
  66.            SET TMCFG=C:\TM4\TM.CFG
  67.     5. Copy the TM.FON and TM.MEM from \TM to C:\TM4.
  68.     6. Run TMINST.EXE to check if all the options are setup correctly.
  69.  
  70.     Notes:
  71.     1. The new *.MAC and *.PAD are not compatible with the old ones. You
  72.        will have to set up your macro again.
  73.     2. If you are using a 101-key keyboard, you should turn ON the 'Enhanced
  74.        Keyboard' option under the Options/Mouse & Keyboard dialog.
  75.     3. The VT102 keypad table is changed in order to emulate the actual
  76.        terminal more accurately. Please refer to Appendix B in the file
  77.        TELEMATE.DOC for details on the keyboard assignment.
  78.  
  79.